home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mlib.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  81 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : MATHLIB-TELESOFT and MATHLIB-DEC
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : WWHITAKER at ECLB
  6. -- AUTHOR            : William Whitaker
  7. --                   : NOSC
  8. --                   : Released by Richard Conn (RCONN at SIMTEL20)
  9. --                   : with permission
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 28 June 85
  12. -- DATE RELEASED     : 28 June 85
  13. -- DATE LAST UPDATED : 28 June 85
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : Telesoft Ada (DEC VAX)
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : MATH
  19. -- CATEGORY LEVEL 2  : Library
  20. -- CATEGORY LEVEL 3  : Trig/Exponential 1
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : Math
  23. -- KEYWORD           : Math Functions
  24. -- INDEX             : Math
  25. -- INDEX             : Math Functions
  26. -- INDEX             : Functions, Math
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MATH>MLIB.*
  32. -- FILE SPECS        : PD:<ADA.MATH>MLIBD*.*
  33. -- FILE SPECS        : PD:<ADA.MATH>MLIBT*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.MATH>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   MLIB.CMM                572          18
  39. --   MLIB.PRO               3167          72
  40. --   MLIBDEC.ADA           53520        1756
  41. --   MLIBTS.ADA            50567        1775
  42. --   ===============  ==========  ==========
  43. --     4 Files            107826        3621
  44. --= ABSTRACT             ===============================================--
  45. --         MATHLIB-TELESOFT and MATHLIB-DEC are two versions of the  same
  46. -- mathlib.   This  library  contains five Ada packages which provide the
  47. -- following math functions:
  48. -- 
  49. --     SQRT (Square Root)    CBRT (Cube Root)
  50. --     LOG (Base E)        LOG10 (Base 10)
  51. --     EXP            **
  52. -- 
  53. --     SIN        COS        TAN
  54. --     ASIN        ACOS        ATAN    ATAN2
  55. --     SINH        COSH        TANH
  56. -- 
  57. -- Other functions are provided as well.
  58. --= REVISION HISTORY     ===============================================--
  59. --
  60. -- DATE         VERSION    AUTHOR                  HISTORY
  61. -- 19850628    1.0    William Whitaker    Initial Release to Repos
  62. --= RELEASE NOTICE       ===============================================--
  63. -- This prologue must be included in all copies of this software.
  64. --
  65. -- This software is released to the Ada community.
  66. -- This software is released to the Public Domain (note:
  67. --   software released to the Public Domain is not subject
  68. --   to copyright protection).
  69. -- Restrictions on use or distribution:  NONE
  70. --= DISCLAIMER           ===============================================--
  71. --     This software and its documentation are provided "AS IS" and
  72. -- without any expressed or implied warranties whatsoever.  No warranties
  73. -- as to performance, merchantability, or fitness for a particular
  74. -- purpose exist.
  75. --     The user is advised to test the software thoroughly before
  76. -- relying on it.  The user must assume the entire risk and liability of
  77. -- using this software.  In no event shall any person or organization of
  78. -- people be held responsible for any direct, indirect, consequential or
  79. -- inconsequential damages or lost profits.
  80. --======================================================================--
  81.